home *** CD-ROM | disk | FTP | other *** search
- global gcddrive
-
- on POST me
- LastName = member("lastName").text
- Firstname = member("firstName").text
- EmailAddress = member("emailAddress").text
- cdPartNumber = member("cdPartNumber").text
- if member("optin").hilite = 1 then
- optin = "yes"
- end if
- if member("optin").hilite = 0 then
- optin = "no"
- end if
- baOpenURL("http://www.videoprofessor.com/index.cfm?fuseaction=shoppingcart.landingPage&campaignID=200054&firstName=" & Firstname & "&lastName=" & LastName & "&emailAddress=" & EmailAddress & "&source=photoshopcsL1&optin=" & optin & "&cdPartNumber=" & cdPartNumber, "normal")
- end
-